home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Utilities / PathFinder2.1.0.sit / Path_Finder.dmg / Path Finder.app / Contents / Resources / PathFinder.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2003-02-16  |  12.0 KB  |  524 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Name</key>
  6.     <string>PathFinder</string>
  7.     <key>AppleEventCode</key>
  8.     <string>PFdR</string>
  9.     
  10.     <key>Classes</key>
  11.     <dict>
  12.         <key>NTApplication</key>
  13.         <dict>
  14.             <key>Superclass</key>
  15.             <string>NSCoreSuite.NSApplication</string>
  16.             <key>AppleEventCode</key>
  17.             <string>capp</string>
  18.             
  19.             <key>Attributes</key>
  20.             <dict>
  21.                 <key>selection</key>
  22.                 <dict>
  23.                     <key>AppleEventCode</key>
  24.                     <string>slcT</string>
  25.                     <key>Type</key>
  26.                     <string>NSArray</string>
  27.                 </dict>
  28.                 <key>startupDisk</key>
  29.                 <dict>
  30.                     <key>AppleEventCode</key>
  31.                     <string>srtD</string>
  32.                     <key>ReadOnly</key>
  33.                     <string>YES</string>
  34.                     <key>Type</key>
  35.                     <string>ASDisk</string>
  36.                 </dict>
  37.                 <key>desktop</key>
  38.                 <dict>
  39.                     <key>AppleEventCode</key>
  40.                     <string>desK</string>
  41.                     <key>ReadOnly</key>
  42.                     <string>YES</string>
  43.                     <key>Type</key>
  44.                     <string>ASFolder</string>
  45.                 </dict>
  46.                 <key>trash</key>
  47.                 <dict>
  48.                     <key>AppleEventCode</key>
  49.                     <string>trsH</string>
  50.                     <key>ReadOnly</key>
  51.                     <string>YES</string>
  52.                     <key>Type</key>
  53.                     <string>ASTrash</string>
  54.                 </dict>
  55.                 <key>home</key>
  56.                 <dict>
  57.                     <key>AppleEventCode</key>
  58.                     <string>homE</string>
  59.                     <key>ReadOnly</key>
  60.                     <string>YES</string>
  61.                     <key>Type</key>
  62.                     <string>ASFolder</string>
  63.                 </dict>
  64.             </dict>
  65.                         
  66.             <key>ToManyRelationships</key>
  67.             <dict>
  68.                 <key>disks</key>
  69.                 <dict>
  70.                     <key>AppleEventCode</key>
  71.                     <string>cdiS</string>
  72.                     <key>Type</key>
  73.                     <string>ASDisk</string>
  74.                 </dict>
  75.                 <key>files</key>
  76.                 <dict>
  77.                     <key>AppleEventCode</key>
  78.                     <string>cfiL</string>
  79.                     <key>Type</key>
  80.                     <string>ASFile</string>
  81.                 </dict>
  82.                 <key>items</key>
  83.                 <dict>
  84.                     <key>AppleEventCode</key>
  85.                     <string>cobJ</string>
  86.                     <key>Type</key>
  87.                     <string>ASItem</string>
  88.                 </dict>
  89.                 <key>containers</key>
  90.                 <dict>
  91.                     <key>AppleEventCode</key>
  92.                     <string>ctnR</string>
  93.                     <key>Type</key>
  94.                     <string>ASContainer</string>
  95.                 </dict>
  96.                 <key>folders</key>
  97.                 <dict>
  98.                     <key>AppleEventCode</key>
  99.                     <string>cfoL</string>
  100.                     <key>Type</key>
  101.                     <string>ASFolder</string>
  102.                 </dict>
  103.                 <key>finderWindows</key>
  104.                 <dict>
  105.                     <key>AppleEventCode</key>
  106.                     <string>fwiD</string>
  107.                     <key>Type</key>
  108.                     <string>ASWindow</string>
  109.                 </dict>
  110.             </dict>
  111.             
  112.             <key>SupportedCommands</key>
  113.             <dict>
  114.             </dict>
  115.         </dict>
  116.         
  117.         <key>ASContainer</key>
  118.         <dict>
  119.             <key>AppleEventCode</key>
  120.             <string>ctnR</string>
  121.             <key>Superclass</key>
  122.             <string>ASItem</string>
  123.             <key>ToManyRelationships</key>
  124.             <dict>
  125.                 <key>files</key>
  126.                 <dict>
  127.                     <key>AppleEventCode</key>
  128.                     <string>cfiL</string>
  129.                     <key>Type</key>
  130.                     <string>ASFile</string>
  131.                 </dict>
  132.                 <key>folders</key>
  133.                 <dict>
  134.                     <key>AppleEventCode</key>
  135.                     <string>cfoL</string>
  136.                     <key>Type</key>
  137.                     <string>ASFolder</string>
  138.                 </dict>
  139.                 <key>items</key>
  140.                 <dict>
  141.                     <key>AppleEventCode</key>
  142.                     <string>cobJ</string>
  143.                     <key>Type</key>
  144.                     <string>ASItem</string>
  145.                 </dict>
  146.                 <key>containers</key>
  147.                 <dict>
  148.                     <key>AppleEventCode</key>
  149.                     <string>ctnR</string>
  150.                     <key>Type</key>
  151.                     <string>ASContainer</string>
  152.                 </dict>
  153.             </dict>
  154.         </dict>
  155.         
  156.         <key>ASDisk</key>
  157.         <dict>
  158.             <key>AppleEventCode</key>
  159.             <string>cdiS</string>
  160.             <key>Superclass</key>
  161.             <string>ASContainer</string>
  162.             
  163.             <key>Attributes</key>
  164.             <dict>
  165.                 <key>capacity</key>
  166.                 <dict>
  167.                     <key>AppleEventCode</key>
  168.                     <string>dcaP</string>
  169.                     <key>ReadOnly</key>
  170.                     <string>YES</string>
  171.                     <key>Type</key>
  172.                     <string>NSNumber</string>
  173.                 </dict>
  174.                 <key>freeSpace</key>
  175.                 <dict>
  176.                     <key>AppleEventCode</key>
  177.                     <string>dfrE</string>
  178.                     <key>ReadOnly</key>
  179.                     <string>YES</string>
  180.                     <key>Type</key>
  181.                     <string>NSNumber</string>
  182.                 </dict>
  183.                 <key>localVolume</key>
  184.                 <dict>
  185.                     <key>AppleEventCode</key>
  186.                     <string>dloC</string>
  187.                     <key>ReadOnly</key>
  188.                     <string>YES</string>
  189.                     <key>Type</key>
  190.                     <string>NSNumber<Bool></string>
  191.                 </dict>
  192.                 <key>ejectable</key>
  193.                 <dict>
  194.                     <key>AppleEventCode</key>
  195.                     <string>dejC</string>
  196.                     <key>ReadOnly</key>
  197.                     <string>YES</string>
  198.                     <key>Type</key>
  199.                     <string>NSNumber<Bool></string>
  200.                 </dict>
  201.                 <key>bootDisk</key>
  202.                 <dict>
  203.                     <key>AppleEventCode</key>
  204.                     <string>dboT</string>
  205.                     <key>ReadOnly</key>
  206.                     <string>YES</string>
  207.                     <key>Type</key>
  208.                     <string>NSNumber<Bool></string>
  209.                 </dict>
  210.             </dict>
  211.             
  212.         </dict>
  213.         <key>ASFile</key>
  214.         <dict>
  215.             <key>AppleEventCode</key>
  216.             <string>cfiL</string>
  217.             <key>Superclass</key>
  218.             <string>ASItem</string>
  219.             
  220.             <key>Attributes</key>
  221.             <dict>
  222.                 <key>type</key>
  223.                 <dict>
  224.                     <key>AppleEventCode</key>
  225.                     <string>typE</string>
  226.                     <key>Type</key>
  227.                     <string>NSString</string>
  228.                 </dict>
  229.                 <key>creator</key>
  230.                 <dict>
  231.                     <key>AppleEventCode</key>
  232.                     <string>creT</string>
  233.                     <key>Type</key>
  234.                     <string>NSString</string>
  235.                 </dict>
  236.             </dict>
  237.             
  238.         </dict>
  239.         <key>ASFolder</key>
  240.         <dict>
  241.             <key>AppleEventCode</key>
  242.             <string>cfoL</string>
  243.             <key>Superclass</key>
  244.             <string>ASContainer</string>
  245.         </dict>
  246.         <key>ASItem</key>
  247.         <dict>
  248.             <key>AppleEventCode</key>
  249.             <string>cobJ</string>
  250.             <key>Superclass</key>
  251.             <string>NSCoreSuite.AbstractObject</string>
  252.  
  253.             <key>SupportedCommands</key>
  254.             <dict>
  255.                 <key>Reveal</key>
  256.                 <string>handleRevealScriptCommand:</string>
  257.                 <key>Select</key>
  258.                 <string>handleSelectScriptCommand:</string>
  259.                 <key>AddToFavorites</key>
  260.                 <string>handleAddToFavoritesScriptCommand:</string>
  261.                 <key>NSCoreSuite.Open</key>
  262.                 <string>handleOpenScriptCommand:</string>
  263.                 <key>NSCoreSuite.Delete</key>
  264.                 <string>handleDeleteScriptCommand:</string>
  265.                 <key>NSCoreSuite.Exists</key>
  266.                 <string>handleExistsScriptCommand:</string>
  267.                 <key>NSCoreSuite.Copy</key>
  268.                 <string>handleCopyScriptCommand:</string>
  269.                 <key>NSCoreSuite.Create</key>
  270.                 <string>handleCreateScriptCommand:</string>
  271.                 <key>NSCoreSuite.Move</key>
  272.                 <string>handleMoveScriptCommand:</string>
  273.  
  274.             </dict>
  275.  
  276.             <key>Attributes</key>
  277.             <dict>
  278.                 <key>container</key>
  279.                 <dict>
  280.                     <key>AppleEventCode</key>
  281.                     <string>ctnR</string>
  282.                     <key>ReadOnly</key>
  283.                     <string>YES</string>
  284.                     <key>Type</key>
  285.                     <string>ASContainer</string>
  286.                 </dict>
  287.                 <key>name</key>
  288.                 <dict>
  289.                     <key>AppleEventCode</key>
  290.                     <string>pnam</string>
  291.                     <key>Type</key>
  292.                     <string>NSString</string>
  293.                 </dict>
  294.                 <key>displayedName</key>
  295.                 <dict>
  296.                     <key>AppleEventCode</key>
  297.                     <string>dnaM</string>
  298.                     <key>Type</key>
  299.                     <string>NSString</string>
  300.                 </dict>
  301.                 <key>infoWindow</key>
  302.                 <dict>
  303.                     <key>AppleEventCode</key>
  304.                     <string>infW</string>
  305.                     <key>ReadOnly</key>
  306.                     <string>YES</string>
  307.                     <key>Type</key>
  308.                     <string>NSWindow</string>
  309.                 </dict>
  310.                 <key>extension</key>
  311.                 <dict>
  312.                     <key>AppleEventCode</key>
  313.                     <string>extN</string>
  314.                     <key>ReadOnly</key>
  315.                     <string>YES</string>
  316.                     <key>Type</key>
  317.                     <string>NSString</string>
  318.                 </dict>
  319.                 <key>extensionHidden</key>
  320.                 <dict>
  321.                     <key>AppleEventCode</key>
  322.                     <string>extH</string>
  323.                     <key>Type</key>
  324.                     <string>NSNumber<Bool></string>
  325.                 </dict>
  326.                 <key>disk</key>
  327.                 <dict>
  328.                     <key>AppleEventCode</key>
  329.                     <string>disK</string>
  330.                     <key>ReadOnly</key>
  331.                     <string>YES</string>
  332.                     <key>Type</key>
  333.                     <string>ASItem</string>
  334.                 </dict>
  335.                 <key>kind</key>
  336.                 <dict>
  337.                     <key>AppleEventCode</key>
  338.                     <string>kinD</string>
  339.                     <key>ReadOnly</key>
  340.                     <string>YES</string>
  341.                     <key>Type</key>
  342.                     <string>NSString</string>
  343.                 </dict>
  344.                 <key>labelIndex</key>
  345.                 <dict>
  346.                     <key>AppleEventCode</key>
  347.                     <string>labL</string>
  348.                     <key>Type</key>
  349.                     <string>NSNumber</string>
  350.                 </dict>
  351.                 <key>creationDate</key>
  352.                 <dict>
  353.                     <key>AppleEventCode</key>
  354.                     <string>cdtE</string>
  355.                     <key>ReadOnly</key>
  356.                     <string>YES</string>
  357.                     <key>Type</key>
  358.                     <string>NSDate</string>
  359.                 </dict>
  360.                 <key>modificationDate</key>
  361.                 <dict>
  362.                     <key>AppleEventCode</key>
  363.                     <string>mdtE</string>
  364.                     <key>Type</key>
  365.                     <string>NSDate</string>
  366.                 </dict>
  367.                 <key>group</key>
  368.                 <dict>
  369.                     <key>AppleEventCode</key>
  370.                     <string>groP</string>
  371.                     <key>Type</key>
  372.                     <string>NSString</string>
  373.                 </dict>
  374.                 <key>owner</key>
  375.                 <dict>
  376.                     <key>AppleEventCode</key>
  377.                     <string>ownR</string>
  378.                     <key>Type</key>
  379.                     <string>NSString</string>
  380.                 </dict>
  381.                 <key>url</key>
  382.                 <dict>
  383.                     <key>AppleEventCode</key>
  384.                     <string>urlL</string>
  385.                     <key>ReadOnly</key>
  386.                     <string>YES</string>
  387.                     <key>Type</key>
  388.                     <string>NSString</string>
  389.                 </dict>
  390.                 <key>logicalSize</key>
  391.                 <dict>
  392.                     <key>AppleEventCode</key>
  393.                     <string>lsiZ</string>
  394.                     <key>ReadOnly</key>
  395.                     <string>YES</string>
  396.                     <key>Type</key>
  397.                     <string>NSNumber</string>
  398.                 </dict>
  399.                 <key>physicalSize</key>
  400.                 <dict>
  401.                     <key>AppleEventCode</key>
  402.                     <string>psiZ</string>
  403.                     <key>ReadOnly</key>
  404.                     <string>YES</string>
  405.                     <key>Type</key>
  406.                     <string>NSNumber</string>
  407.                 </dict>
  408.                 <key>locked</key>
  409.                 <dict>
  410.                     <key>AppleEventCode</key>
  411.                     <string>locK</string>
  412.                     <key>Type</key>
  413.                     <string>NSNumber<Bool></string>
  414.                 </dict>
  415.                 <key>ownerPermissions</key>
  416.                 <dict>
  417.                     <key>AppleEventCode</key>
  418.                     <string>ownP</string>
  419.                     <key>Type</key>
  420.                     <string>NSString</string>
  421.                 </dict>
  422.                 <key>groupPermissions</key>
  423.                 <dict>
  424.                     <key>AppleEventCode</key>
  425.                     <string>grpP</string>
  426.                     <key>Type</key>
  427.                     <string>NSString</string>
  428.                 </dict>
  429.                 <key>otherPermissions</key>
  430.                 <dict>
  431.                     <key>AppleEventCode</key>
  432.                     <string>othP</string>
  433.                     <key>Type</key>
  434.                     <string>NSString</string>
  435.                 </dict>
  436.                 <key>hfsPath</key>
  437.                 <dict>
  438.                     <key>AppleEventCode</key>
  439.                     <string>pthH</string>
  440.                     <key>ReadOnly</key>
  441.                     <string>YES</string>
  442.                     <key>Type</key>
  443.                     <string>NSString</string>
  444.                 </dict>
  445.                 <key>posixPath</key>
  446.                 <dict>
  447.                     <key>AppleEventCode</key>
  448.                     <string>pthP</string>
  449.                     <key>ReadOnly</key>
  450.                     <string>YES</string>
  451.                     <key>Type</key>
  452.                     <string>NSString</string>
  453.                 </dict>
  454.  
  455.             </dict>
  456.         </dict>
  457.                 
  458.         <key>ASWindow</key>
  459.         <dict>
  460.             <key>AppleEventCode</key>
  461.             <string>fwiD</string>
  462.             <key>Superclass</key>
  463.             <string>NSWindow</string>
  464.             
  465.             <key>Attributes</key>
  466.             <dict>
  467.                 <key>currentView</key>
  468.                 <dict>
  469.                     <key>AppleEventCode</key>
  470.                     <string>cviW</string>
  471.                     <key>Type</key>
  472.                     <string>NSString</string>
  473.                 </dict>
  474.                 <key>target</key>
  475.                 <dict>
  476.                     <key>AppleEventCode</key>
  477.                     <string>tarG</string>
  478.                     <key>Type</key>
  479.                     <string>ASContainer</string>
  480.                 </dict>
  481.             </dict>
  482.         </dict>
  483.         
  484.     </dict>
  485.     <key>Commands</key>
  486.     <dict>
  487.         <key>Reveal</key>
  488.         <dict>
  489.             <key>AppleEventClassCode</key>
  490.             <string>misc</string>
  491.             <key>AppleEventCode</key>
  492.             <string>mvis</string>
  493.             <key>CommandClass</key>
  494.             <string>ASRevealScriptCommand</string>
  495.             <key>Type</key>
  496.             <string></string>
  497.         </dict>
  498.         <key>Select</key>
  499.         <dict>
  500.             <key>AppleEventClassCode</key>
  501.             <string>PFdR</string>
  502.             <key>AppleEventCode</key>
  503.             <string>selT</string>
  504.             <key>CommandClass</key>
  505.             <string>NSScriptCommand</string>
  506.             <key>Type</key>
  507.             <string></string>
  508.         </dict>
  509.         <key>AddToFavorites</key>
  510.         <dict>
  511.             <key>AppleEventClassCode</key>
  512.             <string>PFdR</string>
  513.             <key>AppleEventCode</key>
  514.             <string>adtF</string>
  515.             <key>CommandClass</key>
  516.             <string>NSScriptCommand</string>
  517.             <key>Type</key>
  518.             <string></string>
  519.         </dict>
  520.     </dict>
  521. </dict>
  522. </plist>
  523.  
  524.